Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dev-dependencies group across 1 directory with 41 updates #133

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 17, 2024

Bumps the dev-dependencies group with 34 updates in the / directory:

Package From To
cloud.google.com/go/compute/metadata 0.5.0 0.5.2
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.14.0 1.15.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.7.0 1.8.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns 1.2.0 1.3.0
github.com/F5Networks/k8s-bigip-ctlr/v2 2.17.1 2.18.0
github.com/IBM/go-sdk-core/v5 5.17.4 5.18.0
github.com/Yamashou/gqlgenc 0.24.0 0.25.3
github.com/aliyun/alibaba-cloud-sdk-go 1.63.0 1.63.31
github.com/aws/aws-sdk-go-v2 1.30.3 1.32.2
github.com/aws/aws-sdk-go-v2/config 1.27.27 1.28.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.14.10 1.15.12
github.com/aws/aws-sdk-go-v2/service/route53 1.42.3 1.45.2
github.com/aws/aws-sdk-go-v2/service/servicediscovery 1.31.3 1.33.2
github.com/civo/civogo 0.3.73 0.3.84
github.com/cloudflare/cloudflare-go 0.102.0 0.107.0
github.com/digitalocean/godo 1.120.0 1.126.0
github.com/gophercloud/gophercloud 1.14.0 1.14.1
github.com/linode/linodego 1.39.0 1.41.0
github.com/oracle/oci-go-sdk/v65 65.71.1 65.76.0
github.com/prometheus/client_golang 1.20.0 1.20.5
github.com/scaleway/scaleway-sdk-go 1.0.0-beta.29 1.0.0-beta.30
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.984 1.0.1024
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.984 1.0.1024
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.984 1.0.1024
github.com/transip/gotransip/v6 6.25.0 6.26.0
go.etcd.io/etcd/api/v3 3.5.15 3.5.16
go.etcd.io/etcd/client/v3 3.5.15 3.5.16
google.golang.org/api 0.192.0 0.201.0
gopkg.in/ns1/ns1-go.v2 2.12.0 2.12.2
istio.io/api 1.23.0 1.23.2
istio.io/client-go 1.23.0 1.23.2
k8s.io/api 0.31.0 0.31.1
k8s.io/client-go 0.31.0 0.31.1
sigs.k8s.io/gateway-api 1.1.0 1.2.0

Updates cloud.google.com/go/compute/metadata from 0.5.0 to 0.5.2

Release notes

Sourced from cloud.google.com/go/compute/metadata's releases.

compute/metadata: v0.5.2

0.5.2 (2024-09-20)

Bug Fixes

  • compute/metadata: Close Response Body for failed request (#10891) (e91d45e)
Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

Changes

0.116.0 (2024-10-09)

Features

0.115.1 (2024-08-13)

Bug Fixes

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)

0.114.0 (2024-05-23)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10193) (c2920d7)

Bug Fixes

  • internal/postprocessor: Add scopes to all appropriate commit lines (#10192) (c21399b)

0.113.0 (2024-05-08)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10010) (34455c1)

Bug Fixes

... (truncated)

Commits
  • 71a92e3 chore(main): release auth 0.5.2 (#10422)
  • 3266763 fix(auth): fetch initial token when CachedTokenProviderOptions.DisableAutoRef...
  • 9eb4d2a chore(internal/protoveneer): generate support functions (#10416)
  • eba8727 doc(storage): add example for retention (#10413)
  • 1068ca8 testing(bigquery): fix legacy trace test (#10411)
  • d6c543c chore: update gapic-generator-go to 0.44.0 (#10402)
  • 5cb0c26 feat(spanner): add support of checking row not found errors from ReadRow and ...
  • 1d28ac6 chore(internal/protoveneer): doc for fields (#10352)
  • 2003148 feat(aiplatform): add enum value MALFORMED_FUNCTION_CALL to `.google.cloud.ai...
  • ad8792d chore: release main (#10399)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.15.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.15.0

1.15.0 (2024-10-14)

Features Added

  • BearerTokenPolicy handles CAE claims challenges

Bugs Fixed

  • Omit the ResponseError.RawResponse field from JSON marshaling so instances can be marshaled.
  • Fixed an integer overflow in the retry policy.

Other Changes

  • Update dependencies.
Commits
  • bb7200c Update azcore v1.15.0 release date (#23569)
  • d112082 [azopenaiextensions] Pushing release date to Monday (#23565)
  • 9522165 [azopenai] 2024-08-01-preview generation (#23554)
  • 42922c1 [azeventhubs,azservicebus] Applying retry fix to both eventhubs and servicebu...
  • 5df372c Use common OIDC token env vars in post scripts (#23549)
  • 1c2a108 BearerTokenPolicy handles CAE claims challenges by default (#23414)
  • 8759ee6 [azopenaiextensions] Prepping for release tomorrow (#23551)
  • a230ef2 [Search] Remove myself from CODEOWNERS (#23560)
  • a743757 Sync eng/common directory with azure-sdk-tools for PR 9106 (#23555)
  • 7c2d3a7 Use equality function check for persist oidc token step (#23559)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.8.0

1.8.0 (2024-10-08)

Other Changes

  • AzurePipelinesCredential sets an additional OIDC request header so that it receives a 401 instead of a 302 after presenting an invalid system access token
  • Allow logging of debugging headers for AzurePipelinesCredential and include them in error messages

sdk/azidentity/v1.8.0-beta.3

1.8.0-beta.3 (2024-09-17)

Features Added

  • Added ObjectID type for ManagedIdentityCredentialOptions.ID

Other Changes

  • Removed redundant content from error messages

sdk/azidentity/v1.8.0-beta.2

1.8.0-beta.2 (2024-08-06)

Breaking Changes

  • NewManagedIdentityCredential now returns an error when a user-assigned identity is specified on a platform whose managed identity API doesn't support that. ManagedIdentityCredential.GetToken() formerly logged a warning in these cases. Returning an error instead prevents the credential authenticating an unexpected identity, causing a client to act with unexpected privileges. The affected platforms are:
    • Azure Arc
    • Azure ML (when a resource ID is specified; client IDs are supported)
    • Cloud Shell
    • Service Fabric

Other Changes

  • If DefaultAzureCredential receives a non-JSON response when probing IMDS before attempting to authenticate a managed identity, it continues to the next credential in the chain instead of immediately returning an error.

sdk/azidentity/v1.8.0-beta.1

1.8.0-beta.1 (2024-07-17)

Features Added

  • Restored persistent token caching feature

Breaking Changes

These changes affect only code written against a beta version such as v1.7.0-beta.1

  • Redesigned the persistent caching API. Encryption is now required in all cases and persistent cache construction is separate from credential construction. The PersistentUserAuthentication example in the package docs has been updated to demonstrate the new API.

... (truncated)

Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns from 1.2.0 to 1.3.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns's releases.

sdk/storage/azfile/v1.3.0

1.3.0 (2024-07-18)

Other Changes

  • GetProperties() was called twice in DownloadFile method. Enhanced to call it only once, reducing latency.
  • Updated azcore version to 1.13.0

sdk/resourcemanager/eventhub/armeventhub/v1.3.0

1.3.0 (2024-07-24)

Features Added

  • New value PublicNetworkAccessFlagSecuredByPerimeter added to enum type PublicNetworkAccessFlag
  • New enum type ApplicationGroupPolicyType with values ApplicationGroupPolicyTypeThrottlingPolicy
  • New enum type CaptureIdentityType with values CaptureIdentityTypeSystemAssigned, CaptureIdentityTypeUserAssigned
  • New enum type CleanupPolicyRetentionDescription with values CleanupPolicyRetentionDescriptionCompact, CleanupPolicyRetentionDescriptionDelete
  • New enum type MetricID with values MetricIDIncomingBytes, MetricIDIncomingMessages, MetricIDOutgoingBytes, MetricIDOutgoingMessages
  • New enum type NetworkSecurityPerimeterConfigurationProvisioningState with values NetworkSecurityPerimeterConfigurationProvisioningStateAccepted, NetworkSecurityPerimeterConfigurationProvisioningStateCanceled, NetworkSecurityPerimeterConfigurationProvisioningStateCreating, NetworkSecurityPerimeterConfigurationProvisioningStateDeleted, NetworkSecurityPerimeterConfigurationProvisioningStateDeleting, NetworkSecurityPerimeterConfigurationProvisioningStateFailed, NetworkSecurityPerimeterConfigurationProvisioningStateInvalidResponse, NetworkSecurityPerimeterConfigurationProvisioningStateSucceeded, NetworkSecurityPerimeterConfigurationProvisioningStateSucceededWithIssues, NetworkSecurityPerimeterConfigurationProvisioningStateUnknown, NetworkSecurityPerimeterConfigurationProvisioningStateUpdating
  • New enum type NspAccessRuleDirection with values NspAccessRuleDirectionInbound, NspAccessRuleDirectionOutbound
  • New enum type ProvisioningState with values ProvisioningStateActive, ProvisioningStateCanceled, ProvisioningStateCreating, ProvisioningStateDeleting, ProvisioningStateFailed, ProvisioningStateScaling, ProvisioningStateSucceeded, ProvisioningStateUnknown
  • New enum type PublicNetworkAccess with values PublicNetworkAccessDisabled, PublicNetworkAccessEnabled, PublicNetworkAccessSecuredByPerimeter
  • New enum type ResourceAssociationAccessMode with values ResourceAssociationAccessModeAuditMode, ResourceAssociationAccessModeEnforcedMode, ResourceAssociationAccessModeLearningMode, ResourceAssociationAccessModeNoAssociationMode, ResourceAssociationAccessModeUnspecifiedMode
  • New enum type TLSVersion with values TLSVersionOne0, TLSVersionOne1, TLSVersionOne2
  • New function NewApplicationGroupClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ApplicationGroupClient, error)
  • New function *ApplicationGroupClient.CreateOrUpdateApplicationGroup(context.Context, string, string, string, ApplicationGroup, *ApplicationGroupClientCreateOrUpdateApplicationGroupOptions) (ApplicationGroupClientCreateOrUpdateApplicationGroupResponse, error)
  • New function *ApplicationGroupClient.Delete(context.Context, string, string, string, *ApplicationGroupClientDeleteOptions) (ApplicationGroupClientDeleteResponse, error)
  • New function *ApplicationGroupClient.Get(context.Context, string, string, string, *ApplicationGroupClientGetOptions) (ApplicationGroupClientGetResponse, error)
  • New function *ApplicationGroupClient.NewListByNamespacePager(string, string, *ApplicationGroupClientListByNamespaceOptions) *runtime.Pager[ApplicationGroupClientListByNamespaceResponse]
  • New function *ApplicationGroupPolicy.GetApplicationGroupPolicy() *ApplicationGroupPolicy
  • New function *ClientFactory.NewApplicationGroupClient() *ApplicationGroupClient
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationClient() *NetworkSecurityPerimeterConfigurationClient
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient() *NetworkSecurityPerimeterConfigurationsClient
  • New function *ThrottlingPolicy.GetApplicationGroupPolicy() *ApplicationGroupPolicy
  • New function NewNetworkSecurityPerimeterConfigurationClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationClient, error)
  • New function *NetworkSecurityPerimeterConfigurationClient.List(context.Context, string, string, *NetworkSecurityPerimeterConfigurationClientListOptions) (NetworkSecurityPerimeterConfigurationClientListResponse, error)
  • New function NewNetworkSecurityPerimeterConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationsClient, error)
  • New function *NetworkSecurityPerimeterConfigurationsClient.BeginCreateOrUpdate(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientBeginCreateOrUpdateOptions) (*runtime.Poller[NetworkSecurityPerimeterConfigurationsClientCreateOrUpdateResponse], error)
  • New struct ApplicationGroup
  • New struct ApplicationGroupListResult
  • New struct ApplicationGroupProperties
  • New struct CaptureIdentity
  • New struct NetworkSecurityPerimeter
  • New struct NetworkSecurityPerimeterConfiguration
  • New struct NetworkSecurityPerimeterConfigurationList
  • New struct NetworkSecurityPerimeterConfigurationProperties
  • New struct NetworkSecurityPerimeterConfigurationPropertiesProfile
  • New struct NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation
  • New struct NspAccessRule
  • New struct NspAccessRuleProperties
  • New struct NspAccessRulePropertiesSubscriptionsItem
  • New struct ProvisioningIssue

... (truncated)

Commits
  • 3a7a4f3 Prepare azcore v1.3.0 for release (#19759)
  • 6a1b839 Request.SetBody() allows overwriting with an empty body (#19754)
  • 5210814 AzureCLICredential reports token expiration time in UTC (#19761)
  • 2679c6b Adding tests for FilterBlobs and fixing encoding issue (#19742)
  • 00a8837 [azeventhubs] Fixing issues with connection and link robustness for Event Hub...
  • 1e67666 Revert "Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#5005)" for p...
  • ca6a318 Sync eng/common directory with azure-sdk-tools for PR 5027 (#19753)
  • 377d008 Updating changelogs for release next week (#19752)
  • 53c0f49 Updating codeowners (#19751)
  • 794c96c Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#19746)
  • Additional commits viewable in compare view

Updates github.com/F5Networks/k8s-bigip-ctlr/v2 from 2.17.1 to 2.18.0

Release notes

Sourced from github.com/F5Networks/k8s-bigip-ctlr/v2's releases.

Release v2.18.0

  • See release notes for details on what has changed in this release.
  • The container F5 Container Ingress Services for Kubernetes and OpenShift is available on DockerHub and can be downloaded using the Docker CLI:
docker pull docker.io/f5networks/k8s-bigip-ctlr:2.18.0
docker pull quay.io/f5networks/k8s-bigip-ctlr:2.18.0
Changelog

Sourced from github.com/F5Networks/k8s-bigip-ctlr/v2's changelog.

2.18.0

Added Functionality

**What's new:**
    * CRD
        * `Issue 3471 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3471>`_: Support for loadBalancerClass for service type lb. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/serviceTypeLB/loadBalancerClass>`_
        * `Issue 3438 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3438>`_: Support for FTP Profile in Policy CR. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/Policy/policy-with-ftp-profile.yaml>`_
        * `Issue 3418 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3418>`_: Support for bigip route domain for virtual addresses in Virtual Server, Transport Server, and IngressLink. See examples with `virtual server <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServer/virtual-with-bigipRouteDomain>`_, `transport server <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/TransportServer/transport-server-with-bigipRouteDomain>`_, and `ingressLink <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/IngressLink/ingressLink-with-bigipRouteDomain>`_.
        * `Issue 3511 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3511>`_: Support for Request and Response Adapt Profiles in VirtualServer CRD or Policy CRD. See examples for `Virtual Server CR <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServer/adaptProfile>`_, `Policy CR <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/Policy/policy-with-adapt-profile.yaml>`_.
        * `Issue 3442 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3442>`_: Support for multiple ltm monitors with multiple virtual servers referring to same backend
        * Add support to disable specific version of tls in tls profile. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServerWithTLSProfile/tls-with-tlsCipher/virtualserver-with-disbaleTLSVersions.yml>`_
    * `Issue 3430 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3430>`_: Support for CIS deployment parameters "ipam-namespace" to configure the namespace for IPAM CR
    * `Issue 3373 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3373>`_: Support to disable members based on deployments for AS3 Configmaps. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/configmap/user-defined-configmap/sample-as3-cm-with-pool-member-disable.yaml>`_
    * Add support for AS3 3.52.0
    * CIS is now compatible with OpenShift 4.16
    * CIS and IPAM operator support for OpenShift 4.16
    * Support for Passthrough vs/route without default ssl profile(min as3 version required >= 3.52)
Bug Fixes
````````````
* `Issue 3401 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3401>`_: Fix for invalid iRule generation for HTTP/2 full proxy mode
* `Issue 3466 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3466>`_: Fix scaling issue in NodeportLocal mode
* `Issue 3432 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3432>`_: Show meaningful logs for exceptions occured from controller agent
* `Issue 3396 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3396>`_: Fix adding pool members from external clusters in nodeportLocal mc mode
* `Issue 3351 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3351>`_: improve message handling when getting HTTP/401 from AS3
* Fix pool members not getting updated for VS/TS on re-deployment of application with different servicePort and targetPort.

Upgrade notes

* By default, from CIS version 2.18.0 onwards, CIS will process all the services that do not have the loadBalancerClass field set in the service spec. CIS will not process the services that have the loadBalancerClass field set in the service spec.
  The Load Balancer Class supports all the Custom Resources (VirtualServer, TransportServer, and IngressLink) and the loadBalancer service, and you cannot disable it. You need to either remove the loadBalancerClass field from the service or configure the CIS deployment parameter `load-balancer-class` to the same value as the loadBalancerClass field in the service.
  Also see the deployment parameter `manage-load-balancer-class-only`, to control the behavior of CIS for services with loadBalancerClass field set in the service spec.
* CIS with as3 version &gt;= 3.52, passthrough VS on bigip will not have default ssl profile.

Known Issues

* Support for multiple ltm monitors with single virtual server referring to same backend on different path does not work.


F5 IPAM Controller v0.1.11
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Added Functionality&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;**What’s new:**
    * Support for namespace to watch the multiple namespaces for IPAM CRD
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/5802ce9a9edc172a5d19f388aa96fde646e9ce42&quot;&gt;&lt;code&gt;5802ce9&lt;/code&gt;&lt;/a&gt; CIS 2.18.0 release (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3544&quot;&gt;#3544&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/97bb49f8b67dd6ce6c27c3765e8498174bb7b541&quot;&gt;&lt;code&gt;97bb49f&lt;/code&gt;&lt;/a&gt; Remove deployment resource rule from RBAC and document this requirement (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3547&quot;&gt;#3547&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/2bf6de23a4c9f93c8d0e656688537458407981ec&quot;&gt;&lt;code&gt;2bf6de2&lt;/code&gt;&lt;/a&gt; Added debugging flags to Go build process with -gcflags=&amp;quot;all=-N -l (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/4851&quot;&gt;#4851&lt;/a&gt;) (#...&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/b87a12136ffee5be7df5e1278e591110a42b2362&quot;&gt;&lt;code&gt;b87a121&lt;/code&gt;&lt;/a&gt; Add support for Operator (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3543&quot;&gt;#3543&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/790861040378a5e0b77808199f6a2a5470a4e52d&quot;&gt;&lt;code&gt;7908610&lt;/code&gt;&lt;/a&gt; Update f5-cccl and f5-ctlr-agent version (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3546&quot;&gt;#3546&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/c7802583268634ea23faf9bb952dab1b3e31a006&quot;&gt;&lt;code&gt;c780258&lt;/code&gt;&lt;/a&gt; Fix Release Notes (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3539&quot;&gt;#3539&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/30ffd91ff788880df5475a3c8b07e1e5a5298847&quot;&gt;&lt;code&gt;30ffd91&lt;/code&gt;&lt;/a&gt; Fix 2.18 Release Notes (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3533&quot;&gt;#3533&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/331dd92d1f264d85e5e32fa0d8a86aac5c1865d6&quot;&gt;&lt;code&gt;331dd92&lt;/code&gt;&lt;/a&gt; Support for multiple ltm monitors with multiple virtual servers referring to ...&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/51361dbec4f71a831ba7678ee878e59db915cfa5&quot;&gt;&lt;code&gt;51361db&lt;/code&gt;&lt;/a&gt; Fix empty pool issue when VS/TS created before service (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3530&quot;&gt;#3530&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/1cc0fc97fe19dc4cadcf9f3cb239f64bd3def689&quot;&gt;&lt;code&gt;1cc0fc9&lt;/code&gt;&lt;/a&gt; Updating the service type lb documentation (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3529&quot;&gt;#3529&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/compare/v2.17.1...v2.18.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>

Updates `github.com/IBM/go-sdk-core/v5` from 5.17.4 to 5.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/IBM/go-sdk-core/releases">github.com/IBM/go-sdk-core/v5's releases</a>.</em></p>
<blockquote>
<h2>v5.18.0</h2>
<h1><a href="https://github.com/IBM/go-sdk-core/compare/v5.17.5...v5.18.0">5.18.0</a> (2024-10-15)</h1>
<h3>Features</h3>
<ul>
<li><strong>IamAssumeAuthenticator:</strong> introduce new authenticator type (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/229">#229</a>) (<a href="https://github.com/IBM/go-sdk-core/commit/df85f1516a6c1d5c7884f2614dc70404709c4423">df85f15</a>)</li>
</ul>
<h2>v5.17.5</h2>
<h2><a href="https://github.com/IBM/go-sdk-core/compare/v5.17.4...v5.17.5">5.17.5</a> (2024-09-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>logging:</strong> improve go core's debug logging (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/227">#227</a>) (<a href="https://github.com/IBM/go-sdk-core/commit/f0f3237dd13567a394adaf5a5091c64bedec0c59">f0f3237</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/IBM/go-sdk-core/blob/main/CHANGELOG.md">github.com/IBM/go-sdk-core/v5's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/IBM/go-sdk-core/compare/v5.17.5...v5.18.0">5.18.0</a> (2024-10-15)</h1>
<h3>Features</h3>
<ul>
<li><strong>IamAssumeAuthenticator:</strong> introduce new authenticator type (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/229">#229</a>) (<a href="https://github.com/IBM/go-sdk-core/commit/df85f1516a6c1d5c7884f2614dc70404709c4423">df85f15</a>)</li>
</ul>
<h2><a href="https://github.com/IBM/go-sdk-core/compare/v5.17.4...v5.17.5">5.17.5</a> (2024-09-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>logging:</strong> improve go core's debug logging (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/227">#227</a>) (<a href="https://github.com/IBM/go-sdk-core/commit/f0f3237dd13567a394adaf5a5091c64bedec0c59">f0f3237</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/IBM/go-sdk-core/commit/031431dc83e155fb4faa48dc18ef79a58b610dab"><code>031431d</code></a> chore(release): 5.18.0 release notes [skip ci]</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/bb9460377849703498b2193209b2be5392ff593e"><code>bb94603</code></a> Update version 5.17.5 -&gt; 5.18.0 [skip ci]</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/df85f1516a6c1d5c7884f2614dc70404709c4423"><code>df85f15</code></a> feat(IamAssumeAuthenticator): introduce new authenticator type (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/229">#229</a>)</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/0bbc1753ee7caf3756127b93bbdb0612a2afaf76"><code>0bbc175</code></a> docs: add logging section to README (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/230">#230</a>)</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/78c201483b167650f53f883d2d88f779f03af0ea"><code>78c2014</code></a> build: bump Go versions, update <code>golangci-lint</code>, fix lint issues (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/228">#228</a>)</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/b0a00f342c03f6108297b01ce381915334228853"><code>b0a00f3</code></a> chore(release): 5.17.5 release notes [skip ci]</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/1eabc5c2453baf46ca43ab3ad9ed21bbabfeec90"><code>1eabc5c</code></a> Update version 5.17.4 -&gt; 5.17.5 [skip ci]</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/f0f3237dd13567a394adaf5a5091c64bedec0c59"><code>f0f3237</code></a> fix(logging): improve go core's debug logging (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/227">#227</a>)</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/bed8d18037588a07af4e30571355118d937659ec"><code>bed8d18</code></a> build: enable gosec linter in golangci-lint (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/225">#225</a>)</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/a9093587332adad533dfc1583301a3652b61291b"><code>a909358</code></a> docs: add reason for 5.17.4 to the changelog (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/224">#224</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/IBM/go-sdk-core/compare/v5.17.4...v5.18.0">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/Yamashou/gqlgenc` from 0.24.0 to 0.25.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Yamashou/gqlgenc/releases">github.com/Yamashou/gqlgenc's releases</a>.</em></p>
<blockquote>
<h2>v0.25.3</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: allow for optional file upload field by <a href="https://github.com/golanglemonade"><code>@​golanglemonade</code></a> in <a href="https://redirect.github.com/Yamashou/gqlgenc/pull/237">Yamashou/gqlgenc#237</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Yamashou/gqlgenc/compare/v0.25.2...v0.25.3">https://github.com/Yamashou/gqlgenc/compare/v0.25.2...v0.25.3</a></p>
<h2>v0.25.2</h2>
<h2>What's Changed</h2>
<ul>
<li>update for gqlgen 0.17.54 federation change by <a href="https://github.com/golanglemonade"><code>@​golanglemonade</code></a> in <a href="https://redirect.github.com/Yamashou/gqlgenc/pull/235">Yamashou/gqlgenc#235</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Yamashou/gqlgenc/compare/v0.25.1...v0.25.2">https://github.com/Yamashou/gqlgenc/compare/v0.25.1...v0.25.2</a></p>
<h2>v0.25.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: update <code>ReturnPointersInUmarshalInput</code> -&gt; <code>ReturnPointersInUnmarshalInput</code> in config by <a href="https://github.com/golanglemonade"><code>@​golanglemonade</code></a> in <a href="https://redirect.github.com/Yamashou/gqlgenc/pull/234">Yamashou/gqlgenc#234</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Yamashou/gqlgenc/compare/v0.25.0...v0.25.1">https://github.com/Yamashou/gqlgenc/compare/v0.25.0...v0.25.1</a></p>
<h2>v0.25.0</h2>
<h2>What's Changed</h2>
<ul>
<li>gqlgen update by <a href="https://github.com/Yamashou"><code>@​Yamashou</code></a> in <a href="https://redirect.github.com/Yamashou/gqlgenc/pull/233">Yamashou/gqlgenc#233</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Yamashou/gqlgenc/compare/v0.24.0...v0.25.0">https://github.com/Yamashou/gqlgenc/compare/v0.24.0...v0.25.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/f59e8d10d5343943a92ef0a4e69b717fd1b75a76"><code>f59e8d1</code></a> v0.25.3</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/373fe03ce4d4ce7b8baf4c04d5d69bb6a1032f52"><code>373fe03</code></a> Merge pull request <a href="https://redirect.github.com/Yamashou/gqlgenc/issues/237">#237</a> from golanglemonade/feat-optional-upload</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/5203da073e90bee8c850c24f79cc5e46d3cd1abc"><code>5203da0</code></a> feat: allow for optional file upload field</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/b7b4ce0167559431b41a24863c2f917a5a98a094"><code>b7b4ce0</code></a> v0.25.2</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/c7df2925cd0fae770700468c49757705b87c5dc5"><code>c7df292</code></a> Merge pull request <a href="https://redirect.github.com/Yamashou/gqlgenc/issues/235">#235</a> from golanglemonade/federation-gqlgen-breaking-change</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/8f807fd96cd9a492f4f6abe0e94d803e2bb8f4c7"><code>8f807fd</code></a> bump golangci-lint version</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/82787f4d6c58dd10bb2b191ab389a8600e6ce8bf"><code>82787f4</code></a> update for gqlgen 0.17.54 federation change, update linter for deprecated lin...</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/8830a352f2558a1396e6ea99398b03f8adc9da9c"><code>8830a35</code></a> update</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/12dc047836be6898e96a2c2f1957ec3978d7b14d"><code>12dc047</code></a> Merge pull request <a href="https://redirect.github.com/Yamashou/gqlgenc/issues/234">#234</a> from golanglemonade/fix-config</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/164767ab88cd42597e83c3d25a90948906f6ea24"><code>164767a</code></a> fix: update name of config</li>
<li>Additional commits viewable in <a href="https://github.com/Yamashou/gqlgenc/compare/v0.24.0...v0.25.3">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.63.0 to 1.63.31
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/aliyun/alibaba-cloud-sdk-go/releases">github.com/aliyun/alibaba-cloud-sdk-go's releases</a>.</em></p>
<blockquote>
<h2>v1.63.31</h2>
<ul>
<li>Generated 2018-01-29 for <code>Domain</code>.</li>
<li>基于转移码的转出接口</li>
<li>SaveSingleTaskForTransferOutByAuthorizationCode</li>
<li>SaveBatchTaskForTransferOutByAuthorizationCode</li>
</ul>
<h2>v1.63.30</h2>
<ul>
<li>Generated 2024-04-15 for <code>Gwlb</code>.</li>
<li>Gwlb Open API released.</li>
</ul>
<h2>v1.63.29</h2>
<ul>
<li>Generated 2024-07-12 for <code>IQS</code>.
undefined</li>
</ul>
<h2>v1.63.28</h2>
<ul>
<li>Generated 2014-05-26 for <code>Ecs</code>.</li>
<li>Add ResourcePoolOptions.Strategy for CreateAutoProvisioningGroup.</li>
</ul>
<h2>v1.63.27</h2>
<ul>
<li>Generated 2017-03-21 for <code>vod</code>.</li>
<li>GetPlayInfo Add EncryptMode.</li>
</ul>
<h2>v1.63.26</h2>
<ul>
<li>Generated 2022-01-01 for <code>quickbi-public</code>.</li>
<li>Add ManualRunMailTask, GetMailTaskStatus and GetWorksEmbedList apis.</li>
</ul>
<h2>v1.63.25</h2>
<ul>
<li>Generated 2016-08-01 for <code>Push</code>.</li>
<li>Support Android badge.</li>
<li>Support Harmony badge.</li>
<li>Support Harmony Extension Push Message.</li>
</ul>
<h2>v1.63.24</h2>
<ul>
<li>Generated 2022-12-01 for <code>ResourceCenter</code>.
undefined</li>
</ul>
<h2>v1.63.23</h2>
<ul>
<li>Generated 2018-08-28 for <code>Tag</code>.
undefined</li>
</ul>
<h2>v1.63.22</h2>
<ul>
<li>Generated 2021-12-21 for <code>wss</code>.
undefined</li>
</ul>
<h2>v1.63.21</h2>
<ul>
<li>Generated 2020-05-18 for <code>dataworks-public</code>.</li>
</ul>
<h2>v1.63.20</h2>
<ul>
<li>Generated 2022-02-20 for <code>ecs-workbench</code>.</li>
<li>Support command audit for ecs.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/ChangeLog.txt">github.com/aliyun/alibaba-cloud-sdk-go's changelog</a>.</em></p>
<blockquote>
<p>2024-10-17 Version: v1.63.31</p>
<ul>
<li>Generated 2018-01-29 for <code>Domain</code>.</li>
<li>基于转移码的转出接口</li>
<li>SaveSingleTaskForTransferOutByAuthorizationCode</li>
<li>SaveBatchTaskForTransferOutByAuthorizationCode</li>
</ul>
<p>2024-10-16 Version: v1.63.30</p>
<ul>
<li>Generated 2024-04-15 for <code>Gwlb</code>.</li>
<li>Gwlb Open API released.</li>
</ul>
<p>2024-10-16 Version: v1.63.29</p>
<ul>
<li>Generated 2024-07-12 for <code>IQS</code>.
undefined</li>
</ul>
<p>2024-10-15 Version: v1.63.28</p>
<ul>
<li>Generated 2014-05-26 for <code>Ecs</code>.</li>
<li>Add ResourcePoolOptions.Strategy for CreateAutoProvisioningGroup.</li>
</ul>
<p>2024-10-11 Version: v1.63.27</p>
<ul>
<li>Generated 2017-03-21 for <code>vod</code>.</li>
<li>GetPlayInfo Add EncryptMode.</li>
</ul>
<p>2024-10-10 Version: v1.63.26</p>
<ul>
<li>Generated 2022-01-01 for <code>quickbi-public</code>.</li>
<li>Add ManualRunMailTask, GetMailTaskStatus and GetWorksEmbedList apis.</li>
</ul>
<p>2024-10-10 Version: v1.63.25</p>
<ul>
<li>Generated 2016-08-01 for <code>Push</code>.</li>
<li>Support Android badge.</li>
<li>Support Harmony badge.</li>
<li>Support Harmony Extension Push Message.</li>
</ul>
<p>2024-10-08 Version: v1.63.24</p>
<ul>
<li>Generated 2022-12-01 for <code>ResourceCenter</code>.
undefined</li>
</ul>
<p>2024-09-30 Version: v1.63.23</p>
<ul>
<li>Generated 2018-08-28 for <code>Tag</code>.
undefined</li>
</ul>
<p>2024-09-29 Version: v1.63.22</p>
<ul>
<li>Generated 2021-12-21 for <code>wss</code>.
undefined</li>
</ul>
<p>2024-09-29 Version: v1.63.21</p>
<ul>
<li>Generated 2020-05-18 for <code>dataworks-public</code>.</li>
</ul>
<p>2024-09-27 Version: v1.63.20</p>
<ul>
<li>Generated 2022-02-20 for <code>ecs-workbench</code>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/780f4eac208694b81c6b97535a42a2f5c1747696"><code>780f4ea</code></a> Generated 2018-01-29 for Domain.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/3de2da4b7e1477543a81a2e868f2ddb931a606f1"><code>3de2da4</code></a> Generated 2024-04-15 for Gwlb.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/729cbf555aab020622d2256d37b0135b07187bef"><code>729cbf5</code></a> Generated 2024-07-12 for IQS.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/a0713bb40f43a637ae6922f2bf9e44de87f5dfd2"><code>a0713bb</code></a> Generated 2014-05-26 for Ecs.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/61ead3e7976f07880e534ae36924fd90149e005d"><code>61ead3e</code></a> Generated 2017-03-21 for vod.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/d5956dd683c5dea2c84d6f387df75a3d7b0b5bba"><code>d5956dd</code></a> Generated 2022-01-01 for quickbi-public.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/23eb09b5893eec54465afc84c45de9861bb46dcc"><code>23eb09b</code></a> Generated 2016-08-01 for Push.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/a2f7109f5d70066c46f3add439820abf0620d56f"><code>a2f7109</code></a> Generated 2022-12-01 for ResourceCenter.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/8b3ff05f6a6d00b8fb48b0bc2682a4c32cc87c02"><code>8b3ff05</code></a> Generated 2018-08-28 for Tag.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/b72ec357b4ea580c08777e3d8fc1f26efb16d604"><code>b72ec35</code></a> Update core version</li>
<li>Additional commits viewable in <a href="https://github.com/aliyun/alibaba-cloud-sdk-go/compare/v1.63.0...v1.63.31">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2` from 1.30.3 to 1.32.2
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0cbb5aa17f9078cb45dc0e82d3e1d0abee3744a9"><code>0cbb5aa</code></a> Release 2024-10-08</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/54c1dd6c74185b0c7df78159ec4d5b2c27e9e280"><code>54c1dd6</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2cde144eedda9f509141751c3011ca64a6b6528e"><code>2cde144</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/67fbd35762ef8694839df209714d2ec2c33d3df9"><code>67fbd35</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa04330cb6978ccb6a7bb3e198b3fb21abbd6333"><code>aa04330</code></a> Allow non-nil but empty headers (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2826">#2826</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5a4e5bb42c08ff5a4e0e601a7461c8466565e44e"><code>5a4e5bb</code></a> add feature tracking for cbor protocol (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2821">#2821</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/183987cda0c2487a1b25c8e9cbf8dba510046c73"><code>183987c</code></a> add annotations to deprecated services and introduce codegen integration for ...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/b737dc9eb14847cd97d3b30ad6a1394efd73245b"><code>b737dc9</code></a> Release 2024-10-07</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7279a51bbcd597f4aa7aeeb599c017d3d1679fb6"><code>7279a51</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a1b1f5a17c687371cc53c5dfbb2bf5ff467ff51a"><code>a1b1f5a</code></a> Update endpoints model</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.30.3...v1.32.2">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.27 to 1.28.0
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/54f11c0ac651fbec8d65abe9cea3740af17c1460"><code>54f11c0</code></a> Release 2024-06-17</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d5c4ad008ac68562397d65931315af7e4f1f5c73"><code>d5c4ad0</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e7057a6165b255266172c22528a5373da8f03f9e"><code>e7057a6</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/374440df88873e8e363b1b25cb427a1042ea9018"><code>374440d</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2490">#2490</a> from aws/feat-aid-endpoints</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3133994bcb30e4ee3342eb900b0559e2919f696e"><code>3133994</code></a> fix changelog</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5ceabb7c9115e06de25742efe5b167297f8a44b8"><code>5ceabb7</code></a> merge from main</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/b0e0b9f2e67ec67dc2b0f82db3e91a1760443b15"><code>b0e0b9f</code></a> resolve merge conflict</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa796dc315dececa534dce6a2df7cd303307a0aa"><code>aa796dc</code></a> drop x/net codegen dependency (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2680">#2680</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/bc5bd7cf6f449a8f4874c5f51391a9eb8b6baf8c"><code>bc5bd7c</code></a> Release 2024-06-14</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/215d328ca489214cb796a3e5a8346ba0e3bc5a2b"><code>215d328</code></a> Regenerated Clients</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.27.27...v1.28.0">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.27 to 1.17.41
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0cbb5aa17f9078cb45dc0e82d3e1d0abee3744a9"><code>0cbb5aa</code></a> Release 2024-10-08</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/54c1dd6c74185b0c7df78159ec4d5b2c27e9e280"><code>54c1dd6</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2cde144eedda9f509141751c3011ca64a6b6528e"><code>2cde144</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/67fbd35762ef8694839df209714d2ec2c33d3df9"><code>67fbd35</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa04330cb6978ccb6a7bb3e198b3fb21abbd6333"><code>aa04330</code></a> Allow non-nil but empty headers (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2826">#2826</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5a4e5bb42c08ff5a4e0e601a7461c8466565e44e"><code>5a4e5bb</code></a> add feature tracking for cbor protocol (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2821">#2821</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/183987cda0c2487a1b25c8e9cbf8dba510046c73"><code>183987c</code></a> add annotations to deprecated services and introduce codegen integration for ...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/b737dc9eb14847cd97d3b30ad6a1394efd73245b"><code>b737dc9</code></a> Release 2024-10-07</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7279a51bbcd597f4aa7aeeb599c017d3d1679fb6"><code>7279a51</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a1b1f5a17c687371cc53c5dfbb2bf5ff467ff51a"><code>a1b1f5a</code></a> Update endpoints model</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.27...credentials/v1.17.41">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.14.10 to 1.15.12
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3d809f443eef139ce2c97419e576ece5deda9a02"><code>3d809f4</code></a> Release 2022-06-29</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d4ec10bfb9f8b55b29330aabf79bfb3d46d2ad68"><code>d4ec10b</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/79fe35a216cafcccb299098d99ab2cb0e494c6f8"><code>79fe35a</code></a> Update SDK's smithy-go dependency to v1.12.0</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/043b12a3a8ed4dfe2ffa84b680bb270b5f5c00c8"><code>043b12a</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/31470323bde6c188d8a22975ff790c5fd5fffeec"><code>3147032</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/09372e12b029bdc17cce113f4a9d87cdb1e6a558"><code>09372e1</code></a> aws/signer/v4: Fix signer to not double sign Content-Length header (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/1743">#1743</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3cc55fe104963aa9bf66559f9ca5c5bb2f96df02"><code>3cc55fe</code></a> codegen: Remove protocol test skipping for supported features. (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/1630">#1630</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/07e3d11dd9550a853684c882268e9ec54c282f62"><code>07e3d11</code></a> Release 2022-06-28</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1ea26c67fb209140eb6d2d42459b5858a1264150"><code>1ea26c6</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d1a2304722660746b68760426a8202ed57170b67"><code>d1a2304</code></a> Update API model</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/pi/v1.14.10...config/v1.15.12">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.34.4 to 1.36.2
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d0a2d1af31ec2c2c33fcaf31ee9698bc8edcab45"><code>d0a2d1a</code></a> Release 2024-09-25</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/85c956cba02f9770379584312819cd74506276c4"><code>85c956c</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c0e4d46f88f4bd78ca16ae07c3fa6688b9b7851d"><code>c0e4d46</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3e3cdfa3b9d35093e9053dc138493132f516d37d"><code>3e3cdfa</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e211ac0d542b6529cb7f81c05d230e5a2a6f91d6"><code>e211ac0</code></a> Release 2024-09-24</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c00259a1f703a31a5fcf7ebd05466a2401d44b14"><code>c00259a</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a6f2cebf76c68d3234807cdbdbdb073c8a3b514b"><code>a6f2ceb</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/9437d07ba03173c7489d04efbb4cdf36083a010c"><code>9437d07</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3f09c24fc9a9e51e268e90bc4c3ed1f0fa7c4785"><code>3f09c24</code></a> Release 2024-09-23</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/63b1e7d6d98e994c609af885b210aca739eede00"><code>63b1e7d</code></a> Regenerated Clients</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/sqs/v1.34.4...service/iam/v1.36.2">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.42.3 to 1.45.2
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c92ebc88890d9400122d55e2fc458931e32423ae"><code>c92ebc8</code></a> Release 2023-06-15</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3488004c6c0a1ab352f4e05d492f6078c1a86dcf"><code>3488004</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3ee898185413e0b3f92f599dc991f492d13c2b27"><code>3ee8981</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/09d9f49930ba1d3f5070cc14467a817b8ea0d65d"><code>09d9f49</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/844ff45cdc76182229ad098c95bf3f5ab8c20e9f"><code>844ff45</code></a> Release 2023-06-13</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cc294064366687ef764f7bb73a7b08d7222a4f28"><code>cc29406</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa907c6969a3d103e6659d9f098f55d13dfde232"><code>aa907c6</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2f4a5607dec5b0efe12534373d24bc8885b54531"><code>2f4a560</code></a> chore: typo in Retryer interface (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2148">#2148</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/ba5a08fbe430c7930ad2227785226200adecd20c"><code>ba5a08f</code></a> fix: S3 HeadObject NotFound error never being returned (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2139">#2139</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/9fd4e02a39d0870cef2223437ca2d5daff639b17"><code>9fd4e02</code></a> Release 2023-06-12</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/eks/v1.42.3...service/rds/v1.45.2">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.31.3 to 1.33.2
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/b3e07aa0a0dd26ec46095c28ce65301da2e78dba"><code>b3e07aa</code></a> Release 2023-11-20</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2fc1c0dab14dff82fc2c2465cb7c40a4157196a0"><code>2fc1c0d</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1a6bd026243230178e775059d27038c0ced194ea"><code>1a6b...

_Description has been truncated_

…41 updates

Bumps the dev-dependencies group with 34 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.5.0` | `0.5.2` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.14.0` | `1.15.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.7.0` | `1.8.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns](https://github.com/Azure/azure-sdk-for-go) | `1.2.0` | `1.3.0` |
| [github.com/F5Networks/k8s-bigip-ctlr/v2](https://github.com/F5Networks/k8s-bigip-ctlr) | `2.17.1` | `2.18.0` |
| [github.com/IBM/go-sdk-core/v5](https://github.com/IBM/go-sdk-core) | `5.17.4` | `5.18.0` |
| [github.com/Yamashou/gqlgenc](https://github.com/Yamashou/gqlgenc) | `0.24.0` | `0.25.3` |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.63.0` | `1.63.31` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.30.3` | `1.32.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.27` | `1.28.0` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.14.10` | `1.15.12` |
| [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2) | `1.42.3` | `1.45.2` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2) | `1.31.3` | `1.33.2` |
| [github.com/civo/civogo](https://github.com/civo/civogo) | `0.3.73` | `0.3.84` |
| [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | `0.102.0` | `0.107.0` |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo) | `1.120.0` | `1.126.0` |
| [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) | `1.14.0` | `1.14.1` |
| [github.com/linode/linodego](https://github.com/linode/linodego) | `1.39.0` | `1.41.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.71.1` | `65.76.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.0` | `1.20.5` |
| [github.com/scaleway/scaleway-sdk-go](https://github.com/scaleway/scaleway-sdk-go) | `1.0.0-beta.29` | `1.0.0-beta.30` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1024` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1024` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1024` |
| [github.com/transip/gotransip/v6](https://github.com/transip/gotransip) | `6.25.0` | `6.26.0` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.15` | `3.5.16` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.15` | `3.5.16` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.192.0` | `0.201.0` |
| gopkg.in/ns1/ns1-go.v2 | `2.12.0` | `2.12.2` |
| [istio.io/api](https://github.com/istio/api) | `1.23.0` | `1.23.2` |
| [istio.io/client-go](https://github.com/istio/client-go) | `1.23.0` | `1.23.2` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.31.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.31.1` |
| [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) | `1.1.0` | `1.2.0` |



Updates `cloud.google.com/go/compute/metadata` from 0.5.0 to 0.5.2
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.5.0...auth/v0.5.2)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.14.0...sdk/azcore/v1.15.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.7.0...sdk/azcore/v1.8.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@v1.2...sdk/azcore/v1.3.0)

Updates `github.com/F5Networks/k8s-bigip-ctlr/v2` from 2.17.1 to 2.18.0
- [Release notes](https://github.com/F5Networks/k8s-bigip-ctlr/releases)
- [Changelog](https://github.com/F5Networks/k8s-bigip-ctlr/blob/v2.18.0/docs/RELEASE-NOTES.rst)
- [Commits](F5Networks/k8s-bigip-ctlr@v2.17.1...v2.18.0)

Updates `github.com/IBM/go-sdk-core/v5` from 5.17.4 to 5.18.0
- [Release notes](https://github.com/IBM/go-sdk-core/releases)
- [Changelog](https://github.com/IBM/go-sdk-core/blob/main/CHANGELOG.md)
- [Commits](IBM/go-sdk-core@v5.17.4...v5.18.0)

Updates `github.com/Yamashou/gqlgenc` from 0.24.0 to 0.25.3
- [Release notes](https://github.com/Yamashou/gqlgenc/releases)
- [Commits](Yamashou/gqlgenc@v0.24.0...v0.25.3)

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.63.0 to 1.63.31
- [Release notes](https://github.com/aliyun/alibaba-cloud-sdk-go/releases)
- [Changelog](https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/ChangeLog.txt)
- [Commits](aliyun/alibaba-cloud-sdk-go@v1.63.0...v1.63.31)

Updates `github.com/aws/aws-sdk-go-v2` from 1.30.3 to 1.32.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...v1.32.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.27 to 1.28.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.27...v1.28.0)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.27 to 1.17.41
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.27...credentials/v1.17.41)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.14.10 to 1.15.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/pi/v1.14.10...config/v1.15.12)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.34.4 to 1.36.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sqs/v1.34.4...service/iam/v1.36.2)

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.42.3 to 1.45.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/eks/v1.42.3...service/rds/v1.45.2)

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.31.3 to 1.33.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.3...service/ecs/v1.33.2)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.30.3 to 1.32.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...v1.32.2)

Updates `github.com/civo/civogo` from 0.3.73 to 0.3.84
- [Release notes](https://github.com/civo/civogo/releases)
- [Changelog](https://github.com/civo/civogo/blob/master/changelog.yml)
- [Commits](civo/civogo@v0.3.73...v0.3.84)

Updates `github.com/cloudflare/cloudflare-go` from 0.102.0 to 0.107.0
- [Release notes](https://github.com/cloudflare/cloudflare-go/releases)
- [Changelog](https://github.com/cloudflare/cloudflare-go/blob/master/CHANGELOG.md)
- [Commits](cloudflare/cloudflare-go@v0.102.0...v0.107.0)

Updates `github.com/digitalocean/godo` from 1.120.0 to 1.126.0
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](digitalocean/godo@v1.120.0...v1.126.0)

Updates `github.com/gophercloud/gophercloud` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v1.14.1/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v1.14.0...v1.14.1)

Updates `github.com/linode/linodego` from 1.39.0 to 1.41.0
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.39.0...v1.41.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.71.1 to 65.76.0
- [Release notes](https://github.com/oracle/oci-go-sdk/releases)
- [Changelog](https://github.com/oracle/oci-go-sdk/blob/master/CHANGELOG.md)
- [Commits](oracle/oci-go-sdk@v65.71.1...v65.76.0)

Updates `github.com/prometheus/client_golang` from 1.20.0 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.0...v1.20.5)

Updates `github.com/scaleway/scaleway-sdk-go` from 1.0.0-beta.29 to 1.0.0-beta.30
- [Release notes](https://github.com/scaleway/scaleway-sdk-go/releases)
- [Changelog](https://github.com/scaleway/scaleway-sdk-go/blob/master/CHANGELOG.md)
- [Commits](scaleway/scaleway-sdk-go@v1.0.0-beta.29...v1.0.0-beta.30)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.984 to 1.0.1024
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.984...v1.0.1024)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.984 to 1.0.1024
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.984...v1.0.1024)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.984 to 1.0.1024
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.984...v1.0.1024)

Updates `github.com/transip/gotransip/v6` from 6.25.0 to 6.26.0
- [Release notes](https://github.com/transip/gotransip/releases)
- [Commits](transip/gotransip@v6.25.0...v6.26.0)

Updates `go.etcd.io/etcd/api/v3` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.15...v3.5.16)

Updates `go.etcd.io/etcd/client/v3` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.15...v3.5.16)

Updates `golang.org/x/net` from 0.28.0 to 0.30.0
- [Commits](golang/net@v0.28.0...v0.30.0)

Updates `golang.org/x/oauth2` from 0.22.0 to 0.23.0
- [Commits](golang/oauth2@v0.22.0...v0.23.0)

Updates `golang.org/x/time` from 0.6.0 to 0.7.0
- [Commits](golang/time@v0.6.0...v0.7.0)

Updates `google.golang.org/api` from 0.192.0 to 0.201.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.192.0...v0.201.0)

Updates `gopkg.in/ns1/ns1-go.v2` from 2.12.0 to 2.12.2

Updates `istio.io/api` from 1.23.0 to 1.23.2
- [Commits](istio/api@1.23.0...1.23.2)

Updates `istio.io/client-go` from 1.23.0 to 1.23.2
- [Commits](istio/client-go@1.23.0...1.23.2)

Updates `k8s.io/api` from 0.31.0 to 0.31.1
- [Commits](kubernetes/api@v0.31.0...v0.31.1)

Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.1
- [Commits](kubernetes/apimachinery@v0.31.0...v0.31.1)

Updates `k8s.io/client-go` from 0.31.0 to 0.31.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.0...v0.31.1)

Updates `sigs.k8s.io/gateway-api` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases)
- [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/gateway-api@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/F5Networks/k8s-bigip-ctlr/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/IBM/go-sdk-core/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/Yamashou/gqlgenc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aliyun/alibaba-cloud-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicediscovery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/civo/civogo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/cloudflare/cloudflare-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/digitalocean/godo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/gophercloud/gophercloud
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/linode/linodego
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/oracle/oci-go-sdk/v65
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/scaleway/scaleway-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/transip/gotransip/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: gopkg.in/ns1/ns1-go.v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: istio.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: istio.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sigs.k8s.io/gateway-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 17, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 18, 2024

Superseded by #134.

@dependabot dependabot bot closed this Oct 18, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-f651168b88 branch October 18, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants